GetDomainsResponse

data class GetDomainsResponse(domains: List<Domain>)

Represents response frame that is returned from Schema#getDomains operation call. Returns supported domains.

See also

Constructors

GetDomainsResponse
Link copied to clipboard
fun GetDomainsResponse(domains: List<Domain>)

Properties

domains
Link copied to clipboard
val domains: List<Domain>
List of supported domains.

Sources

jvm source
Link copied to clipboard